//==============================================================================
// Hero Greek_Anim.txt
//==============================================================================

import Greek_Sword_anim.txt

//==============================================================================
define heroglow
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Hero Glow Small
      }
   }
}

//==============================================================================
anim Bored
{
	SetSelector
	{
	ContainLogic
		set hotspot
		{
			version
			{
				Visual hero G achilles_BoredA
				connect RightHand GreekSword hotspot
				Connect FRONTABDOMEN heroglow hotspot
			}
		}
		set hotspot
		{
			version
			{
				Visual hero G achilles_carryboreda
				Connect FRONTABDOMEN heroglow hotspot
			}
		}
	}
}

//==============================================================================
anim Walk
{
	SetSelector
	{
	ContainLogic
		set hotspot
		{
			version
			{  
				Visual hero G achilles_Walka
	//-- auto generated by the bang animation tool
	//-- do not hand edit these values
					tag FootstepLeft 0.00 true   
					tag FootstepRight 0.20 true   
					tag FootstepLeft 0.65 true   
					tag FootstepRight 0.55 true   
	//-- end auto generated section
				connect RightHand GreekSword hotspot
				Connect FRONTABDOMEN heroglow hotspot
			}
      }
		set hotspot
		{
			version
			{  
				Visual hero G achilles_carrya
	//-- auto generated by the bang animation tool
	//-- do not hand edit these values
					tag FootstepLeft 0.00 true   
					tag FootstepRight 0.20 true   
					tag FootstepLeft 0.65 true   
					tag FootstepRight 0.55 true   
	//-- end auto generated section
				Connect FRONTABDOMEN heroglow hotspot
			}
      }
   }
}

//==============================================================================
anim Death
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			Visual hero G achilles_DeathA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag SpecificSoundSet 0.60 false HeavyFall checkVisible 
//-- end auto generated section
			connect RightHand GreekSword hotspot
Connect FRONTABDOMEN heroglow hotspot
         }
      }
   }
}

//==============================================================================
anim Idle
{
	SetSelector
	{
	ContainLogic
		set hotspot
		{
			version
			{
				Visual hero G achilles_IdleA
				connect RightHand GreekSword hotspot
				Connect FRONTABDOMEN heroglow hotspot
			}
		}
		set hotspot
		{
			version
			{
				Visual hero G achilles_carryidlea
				Connect FRONTABDOMEN heroglow hotspot
			}
		}
	}
}

//==============================================================================
anim Build
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				Visual hero G achilles_IdleA
				connect RightHand GreekSword hotspot
				Connect FRONTABDOMEN heroglow hotspot
         }
      }
   }
}


//==============================================================================
anim Attack
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				Visual hero G achilles_AttackA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag Attack 0.47 true   
            tag GenericSound 0.40 true   
//-- end auto generated section
				connect RightHand GreekSword hotspot
				Connect FRONTABDOMEN heroglow hotspot
         }
      }
   }
}


//==============================================================================
anim Flail
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			Visual hero G achilles_FlailA
			connect RightHand GreekSword hotspot
			Connect FRONTABDOMEN heroglow hotspot

         }
      }
   }
}
